|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FurnitureUpdateListener
Listener for furnitures.
| Method Summary | |
|---|---|
void |
furnitureDeleted(java.lang.Long id)
This method will be notified if a furniture is updated. |
void |
furnitureIdsUpdated(java.util.List<java.lang.Long> ids)
This method will be notified if a list of furnitures are updated. |
void |
furnitureUpdated(java.lang.Long id,
Furniture furniture)
This method will be notified if a furniture is updated. |
| Method Detail |
|---|
void furnitureIdsUpdated(java.util.List<java.lang.Long> ids)
ids - The list of furniture ids.
void furnitureUpdated(java.lang.Long id,
Furniture furniture)
id - The id of the furniture.furniture - The furniturevoid furnitureDeleted(java.lang.Long id)
id - The id of the furniture.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||